Search
LayoutBuilder.createColumnLayout Method
See Also
 






Creates a StackPanel containing the specified Plot-s and AxisRenderer-s.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createColumnLayout (
    XAxisRenderer top,
    Plot2D[] plots,
    XAxisRenderer bottom
)

 Parameters

top

An XAxisRenderer that should be placed at the top side of the plots.

plots

An array of Plot2D instances.

bottom

An XAxisRenderer that should be placed at the bottom side of the plots.

 Return Value

A StackPanel instance.

 See Also